home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
hc
/
firehydr.sit
/
Hydraulics Demo
/
background_2629.txt
< prev
next >
Wrap
Text File
|
1989-09-03
|
1KB
|
53 lines
-- background: 2629 from stack: in
-- bmap block id: 5771
-- flags: 0000
-- background id: 0
-- name: Intro
-- part 2 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=206 top=140 right=162 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: EfftBtn
----- HyperTalk script -----
on mouseUp
if Machine() is "MacII" then
set cursor to none
visual effect dissolve very slowly
wait 2 sec
go to next cd
visual effect dissolve very slowly
wait 2 sec
go to next cd
visual effect dissolve very slowly
wait 2 sec
go to next cd
wait 6 sec
visual effect dissolve
go to next cd
set cursor to hand
else
set cursor to none
visual effect dissolve very slowly
go to next cd
visual effect dissolve very slowly
go to next cd
visual effect dissolve very slowly
go to next cd
wait 6 sec
visual effect dissolve
go to next cd
set cursor to hand
end if
end mouseUp